Skip Headers
Oracle® Retail Integration Bus Installation Guide
Release 13.0.3
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

1 Introduction

This manual details the installation of the Retail Integration Bus (RIB). Generally, a RIB installation contains the following components:

It is important to also follow all installation steps of the Oracle Retail Applications that are being connected to the RIB. Failure to follow these may result in a faulty RIB installation. See the installation guides of the relevant Retail applications for more information.


Note:

The instructions provided in this guide apply to a full installation of the RIB. The RIB 13.0.3 application cannot be installed over an existing version, such as 13.0.2.

RIB Installation Master Checklist

This list covers all of the sequential steps required to perform a full installation of the RIB, using either the GUI RIB Installer (strongly recommended) or a command line installation.

Task Notes

Prepare the Oracle Application Servers for installation of the RIB Components.

Prerequisite

Prepare the Oracle Database Schemas that the RIB will use.

Prerequisite

Prepare the JMS.

Prerequisite

Verify the Applications the RIB will be integrating to are configured appropriately.

"Information to Gather for the Install"

During the prerequisites steps, there is information that should be noted that will be used to configure the RIB during the installation process.

Installation the RIB using one of these methods:Installation using the RIB Installer GUIOrInstallation using the RIB App Builder Command Line Tools.

It is strongly recommended that the RIB Installer GUI method be used.

Verify Application URL settings match RIB install.

RIB Functional Artifact URLJNDI URL

Complete the setup of RDMT using the same "Information to Gather for the Install"

During either of the installation methods, one of the manual steps will have extracted the RDMT tools to the appropriate directory.

Verify the RIB installation using the RDMT tools.

Install RIHA.

The RIB Hospital maintenance tool



Note:

See Appendix C, "RIB Installation Checklists" while performing the installation to minimize the chance of a faulty RIB installation.

Technical Specifications

The RIB has several dependencies on Oracle Retail Application installations as well as the Oracle Application Servers. This section covers these requirements.

Supported Operating Systems

Supported On Versions Supported
Database OS OS certified with Oracle Database 10gR2 Enterprise Edition. Options are:
  • Oracle Enterprise Linux 4 Update 5 for x86-64

  • HPIA 11.23, 11.31 (Itanium 64-bit)

  • Solaris 10 (SPARC)

  • AIX 5.3

Database Server Oracle Database 10g (10.2.0.4) (with XA support installed and grants made) with the following patches and components:

Patches:

  • 10.2.0.4 patchset: 6810189AIX one-off patch: 6154596 (PRO*C THROWS PCC-2014 WHEN DIAGNOSTIC DIRECTIVE #WARNING IS USED).

RAC Only

  • 5721821 (ORA-7445[KGLOBCL] OCCURED AND INSTANCE WENT DOWN)

Components:

  • Oracle Database 10g

  • Oracle Partitioning

  • Oracle Net Services

  • Oracle Call Interface (OCI) Oracle Programmer Oracle XML Development Kit Oracle XML Development Kit ANSI compliant C compiler (certified with OS and database version)Companion CDPerl compiler 5.0 or later

    X-Windows interface

AQ JMS Server Oracle Database 10g (10.2.0.4)
Application Server OS OS certified with Oracle Application Server 10g 10.1.3.3. Options are:
  • Oracle Enteprise Linux 4 Update 5 for Linux x86-64Solaris 10 (SPARC)HP-UX 11.31 (Integrity)AIX 5.3

Application Server Oracle Application Server 10g 10.1.3.4 with the following patches:
  • 5632264 (NEED UPDATED TIMEZONE FILES (VERSION 4) FOR MORE DST RULE CHANGES)



  • Note:

    See also Oracle Database Administrator's Guide 10g Release 2 (10.2) and Oracle Application Developer's Guide - Fundamentals 10g Release 2 (10.2).

Supported Oracle Retail Products

Supported On Version Supported
RWMS 13.0.3 RIB 13.0.3
RMS 13.0.3 RIB 13.0.3
RPM 13.0.3 RIB 13.0.3
SIM 13.0.3 RIB 13.0.3
AIP 13.0.2 RIB 13.0.3


WARNING:

For AIX, the IBM JDK located at ORACLE_HOME/jdk is not supported by the RIB. Make sure that IBM Java SDK 1.5.0 build pap32dev-20080315 (SR7) or newer is installed on the RIB system and configured as the JAVA_HOME for the RIB OC4J instances.


The RIB and Oracle Database Cluster (RAC)

In this release, rib-<app> uses Oracle Streams AQ as the JMS provider. Oracle Streams AQ is built on top of Oracle database system. Since AQ is hosted by Oracle database system the RIB can take advantage of database RAC capability for its JMS provider. By using RAC AQ as the RIB's JMS provider you can scale RIB's JMS server vertically and horizontally to meet any retailer's scalability and high availability need.

At runtime, rib-<app> uses the database for keeping track of its RIB Hospital records. These RIB Hospital tables can be hosted by an Oracle RAC database providing high availability and scalability for these RIB Hospital records.

All rib-<app>s use the Oracle type 4 Java Database Connectivity (JDBC) driver to connect to the RIB Hospital database and the AQ JMS server. When the RIB Hospital database and the AQ JMS servers are hosted by a Oracle RAC database, the only configuration change required in rib-<app> is the RAC JDBC connection URL.

The RIB and Oracle Application Server Cluster

The RIB uses JMS server for message transportation between the integrating retail applications. Since the RIB must preserve the message publication and subscription ordering, rib-<app>s deployed in Oracle Application Server cannot be configured in an active-active cluster mode. In active-active cluster mode, multiple subscribers and publishers will process messages simultaneously and there will be no way to preserve message ordering.

The rib-<app> can be deployed to a "single" oc4j instance of an Oracle Application Server that is clustered (active-passive). In this configuration, even though rib-<app> is deployed in an OAS cluster, multiple instance of same rib-<app> is not running at the same time as there is only one oc4j instance where the rib-<app> is deployed and so RIB can still preserve message ordering. The maximum number of JVM (Java Virtual Machine) hosting a rib-<app> oc4j instance must always be configured to be 1 for the same reason of preserving message ordering.

To truly configure rib-<app>s for high availability, the only option is to configure it in active-passive mode.